home *** CD-ROM | disk | FTP | other *** search
/ Ultimedia 2 / Ultimedia 2.iso / tools / cdplayer / playcdda_1.0 / playcdda.doc < prev    next >
Text File  |  1993-11-21  |  3KB  |  108 lines

  1. PlayCDDA - Play audio CDs on your Amiga's audio.device
  2. ------------------------------------------------------
  3.  
  4. Version 1.0    21-Nov-93   (C) 1993 by Frank Munkert
  5.                            (ln_fmu@pki-nbg.philips.de)
  6.  
  7. INTRODUCTION
  8.  
  9.   PlayCDDA is a program for owners of Toshiba 3401 CDROM drives.
  10.   These drives are capable of transferring CD-DA (digital audio)
  11.   data over the SCSI bus. PlayCDDA reads this data and reproduces
  12.   the corresponding sounds on the Amiga's audio.device.
  13.  
  14. DISCLAIMER
  15.  
  16.   This software is provided as-is, without warranty of any kind,
  17.   either expressed or implied. In no event will the author be liable
  18.   for direct, indirect, incidental or consequential damages or data
  19.   loss resulting from the use or application of this software. The
  20.   entire risk as to the results and performance of this software is
  21.   assumed by the user.
  22.  
  23. REQUIREMENTS
  24.  
  25.   AmiCDROM should work with any Amiga model which has a "SCSI-direct"
  26.   compatible SCSI bus adapter. A Toshiba 3401 CDROM drive must be
  27.   connected to the SCSI bus.
  28.   
  29.   Your SCSI bus setup must have a bandwidth of at least 173 KB/sec in
  30.   order to transfer 44100 4-bit-samples per second. The higher the
  31.   bandwidth, the better. Also, while running PlayCDDA there shouldn't
  32.   be much other activity on the SCSI bus (e.g. hard disk accesses).
  33.  
  34. INSTALLATION
  35.  
  36.   Copy the file 'PlayCDDA' to your favourite location for executable
  37.   programs.
  38.  
  39. USING PLAYCDDA
  40.  
  41.   Invocation from CLI
  42.     You have to supply the name of your SCSI device and the
  43.     SCSI unit number of your CDROM drive as arguments to PlayCDDA,
  44.     e.g.
  45.     
  46.         PlayCDDA scsi.device 1
  47.  
  48.     invokes PlayCDDA with SCSI device name "scsi.device" and
  49.     unit number 1.
  50.  
  51.   Invocation from WorkBench
  52.     Edit the tooltype entries "DEVICE" and "UNIT" of the PlayCDDA icon
  53.     such that they reflect your system setup.
  54.     Double-click on the PlayCDDA icon.
  55.  
  56.   PlayCDDA communicates with the user over a simple graphical
  57.   interface. Basically, you have to click at the button for the
  58.   track you want to hear, and PlayCDDA starts playing this track
  59.   on your Amiga's loudspeaker.
  60.  
  61.   The rest of the section explains the individual buttons of the
  62.   user interface.
  63.   
  64.   "Start"
  65.     Click at this button to play the first track. 
  66.   
  67.   "Stop"
  68.     Stop playing.
  69.   
  70.   "1" ... "20"
  71.     Click at on of these buttons to play the corresponding track.
  72.  
  73.   "Next"
  74.     Plays the next track.
  75.   
  76.   "Prev"
  77.     Plays the previous track.
  78.  
  79.   "Volume"
  80.     Adjust the volume of the sound reproduction.
  81.  
  82.   "Sampling rate"
  83.     The number of bytes per second that are sent to the audio.device.
  84.     The higher the sampling rate the better the sound quality.
  85.  
  86.   "Buffers"
  87.     Number of buffers. The higher the number of buffers, the lesser is
  88.     the chance that the sound may be interrupted by other tasks with
  89.     higher priority.
  90.  
  91.   You should adjust "Buffers" and "Sampling rate" to fit your system's
  92.   need. On an Amiga 3000T with built-in SCSI device, the default settings
  93.   should work.
  94.  
  95. CONTACTING THE AUTHOR
  96.  
  97.   Please send bug reports and suggestions to:
  98.  
  99.   Email:   ln_fmu@pki-nbg.philips.de
  100.  
  101.   Mail:    Frank Munkert
  102.            Zum Froschbruecklein 5
  103.            90411 Nuernberg
  104.            Germany
  105.  
  106.   If you want to report an error, please describe your system
  107.   configuration (Amiga model, SCSI device, PlayCDDA version number).
  108.